ExamPlay Light Logo
เข้าสู่ระบบ

Computer Science for IGCSE & O level - Programming (Section 12 - No. 26)

In the context of file handling, what does the 'w' mode signify when opening a file (e.g., `myFile = open('example.txt', 'w')`)?
Read mode
Write mode
Append mode
Binary mode

คำอธิบาย

'w' stands for write mode. This allows you to write content to a file. If the file doesn't exist, it is created; if it exists, its content is overwritten.

ความคิดเห็น (0)

เข้าสู่ระบบเพื่อแสดงความคิดเห็น
โฆษณา
BrainBehindX Inc Logo
©2026; ขับเคลื่อนโดย BrainBehindX Inc